home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 December / maximum-cd-2009-12.iso / DiscContents / gimp-2.7.0-i686-setup.exe / {app} / share / gimp / 2.0 / scripts / gimp-online.scm < prev    next >
Encoding:
Text File  |  2009-08-19  |  5.4 KB  |  227 lines

  1. ; GIMP - The GNU Image Manipulation Program
  2. ; Copyright (C) 1995 Spencer Kimball and Peter Mattis
  3. ;
  4. ; gimp-online.scm
  5. ; Copyright (C) 2003  Henrik Brix Andersen <brix@gimp.org>
  6. ;
  7. ; This program is free software: you can redistribute it and/or modify
  8. ; it under the terms of the GNU General Public License as published by
  9. ; the Free Software Foundation; either version 3 of the License, or
  10. ; (at your option) any later version.
  11. ;
  12. ; This program is distributed in the hope that it will be useful,
  13. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. ; GNU General Public License for more details.
  16. ;
  17. ; You should have received a copy of the GNU General Public License
  18. ; along with this program.  If not, see <http://www.gnu.org/licenses/>.
  19.  
  20. (define (gimp-online-docs-web-site)
  21.   (plug-in-web-browser "http://docs.gimp.org/")
  22. )
  23.  
  24. (define (gimp-help-concepts-usage)
  25.   (gimp-help "" "gimp-concepts-usage")
  26. )
  27.  
  28. (define (gimp-help-using-docks)
  29.   (gimp-help "" "gimp-using-docks")
  30. )
  31.  
  32. (define (gimp-help-using-simpleobjects)
  33.   (gimp-help "" "gimp-using-simpleobjects")
  34. )
  35.  
  36. (define (gimp-help-using-selections)
  37.   (gimp-help "" "gimp-using-selections")
  38. )
  39.  
  40. (define (gimp-help-using-fileformats)
  41.   (gimp-help "" "gimp-using-fileformats")
  42. )
  43.  
  44. (define (gimp-help-using-photography)
  45.   (gimp-help "" "gimp-using-photography")
  46. )
  47.  
  48. (define (gimp-help-using-web)
  49.   (gimp-help "" "gimp-using-web")
  50. )
  51.  
  52. (define (gimp-help-concepts-paths)
  53.   (gimp-help "" "gimp-concepts-paths")
  54. )
  55.  
  56.  
  57. ; shortcuts to help topics
  58. (script-fu-register "gimp-help-concepts-paths"
  59.    _"Using _Paths"
  60.    _"Bookmark to the user manual"
  61.     "Roman Joost <romanofski@gimp.org>"
  62.     "Roman Joost <romanofski@gimp.org>"
  63.     "2006"
  64.     ""
  65. )
  66.  
  67. (script-fu-menu-register "gimp-help-concepts-paths"
  68.              "<Image>/Help/User Manual")
  69.  
  70.  
  71. (script-fu-register "gimp-help-using-web"
  72.    _"_Preparing your Images for the Web"
  73.    _"Bookmark to the user manual"
  74.     "Roman Joost <romanofski@gimp.org>"
  75.     "Roman Joost <romanofski@gimp.org>"
  76.     "2006"
  77.     ""
  78. )
  79.  
  80. (script-fu-menu-register "gimp-help-using-web"
  81.              "<Image>/Help/User Manual")
  82.  
  83.  
  84. (script-fu-register "gimp-help-using-photography"
  85.    _"_Working with Digital Camera Photos"
  86.    _"Bookmark to the user manual"
  87.     "Roman Joost <romanofski@gimp.org>"
  88.     "Roman Joost <romanofski@gimp.org>"
  89.     "2006"
  90.     ""
  91. )
  92.  
  93. (script-fu-menu-register "gimp-help-using-photography"
  94.              "<Image>/Help/User Manual")
  95.  
  96.  
  97. (script-fu-register "gimp-help-using-fileformats"
  98.    _"Create, Open and Save _Files"
  99.    _"Bookmark to the user manual"
  100.     "Roman Joost <romanofski@gimp.org>"
  101.     "Roman Joost <romanofski@gimp.org>"
  102.     "2006"
  103.     ""
  104. )
  105.  
  106. (script-fu-menu-register "gimp-help-using-fileformats"
  107.              "<Image>/Help/User Manual")
  108.  
  109.  
  110. (script-fu-register "gimp-help-concepts-usage"
  111.    _"_Basic Concepts"
  112.    _"Bookmark to the user manual"
  113.     "Roman Joost <romanofski@gimp.org>"
  114.     "Roman Joost <romanofski@gimp.org>"
  115.     "2006"
  116.     ""
  117. )
  118.  
  119. (script-fu-menu-register "gimp-help-concepts-usage"
  120.              "<Image>/Help/User Manual")
  121.  
  122.  
  123. (script-fu-register "gimp-help-using-docks"
  124.    _"How to Use _Dialogs"
  125.    _"Bookmark to the user manual"
  126.     "Roman Joost <romanofski@gimp.org>"
  127.     "Roman Joost <romanofski@gimp.org>"
  128.     "2006"
  129.     ""
  130. )
  131.  
  132. (script-fu-menu-register "gimp-help-using-docks"
  133.              "<Image>/Help/User Manual")
  134.  
  135.  
  136. (script-fu-register "gimp-help-using-simpleobjects"
  137.    _"Drawing _Simple Objects"
  138.    _"Bookmark to the user manual"
  139.     "Roman Joost <romanofski@gimp.org>"
  140.     "Roman Joost <romanofski@gimp.org>"
  141.     "2006"
  142.     ""
  143. )
  144.  
  145. (script-fu-menu-register "gimp-help-using-simpleobjects"
  146.              "<Image>/Help/User Manual")
  147.  
  148.  
  149. (script-fu-register "gimp-help-using-selections"
  150.    _"Create and Use _Selections"
  151.    _"Bookmark to the user manual"
  152.     "Roman Joost <romanofski@gimp.org>"
  153.     "Roman Joost <romanofski@gimp.org>"
  154.     "2006"
  155.     ""
  156. )
  157.  
  158. (script-fu-menu-register "gimp-help-using-simpleobjects"
  159.              "<Image>/Help/User Manual")
  160.  
  161.  
  162. ;; Links to GIMP related web sites
  163.  
  164. (define (gimp-online-main-web-site)
  165.   (plug-in-web-browser "http://www.gimp.org/")
  166. )
  167.  
  168. (define (gimp-online-developer-web-site)
  169.   (plug-in-web-browser "http://developer.gimp.org/")
  170. )
  171.  
  172. (define (gimp-online-plug-in-web-site)
  173.   (plug-in-web-browser "http://registry.gimp.org/")
  174. )
  175.  
  176.  
  177. (script-fu-register "gimp-online-main-web-site"
  178.    _"_Main Web Site"
  179.    _"Bookmark to the GIMP web site"
  180.     "Henrik Brix Andersen <brix@gimp.org>"
  181.     "Henrik Brix Andersen <brix@gimp.org>"
  182.     "2003"
  183.     ""
  184. )
  185.  
  186. (script-fu-menu-register "gimp-online-main-web-site"
  187.                          "<Image>/Help/GIMP Online")
  188.  
  189.  
  190. (script-fu-register "gimp-online-developer-web-site"
  191.    _"_Developer Web Site"
  192.    _"Bookmark to the GIMP web site"
  193.     "Henrik Brix Andersen <brix@gimp.org>"
  194.     "Henrik Brix Andersen <brix@gimp.org>"
  195.     "2003"
  196.     ""
  197. )
  198.  
  199. (script-fu-menu-register "gimp-online-developer-web-site"
  200.                          "<Image>/Help/GIMP Online")
  201.  
  202.  
  203. (script-fu-register "gimp-online-docs-web-site"
  204.    _"_User Manual Web Site"
  205.    _"Bookmark to the GIMP web site"
  206.     "Roman Joost <romanofski@gimp.org>"
  207.     "Roman Joost <romanofski@gimp.org>"
  208.     "2006"
  209.     ""
  210. )
  211.  
  212. (script-fu-menu-register "gimp-online-docs-web-site"
  213.                          "<Image>/Help/GIMP Online")
  214.  
  215.  
  216. (script-fu-register "gimp-online-plug-in-web-site"
  217.    _"Plug-in _Registry"
  218.    _"Bookmark to the GIMP web site"
  219.     "Henrik Brix Andersen <brix@gimp.org>"
  220.     "Henrik Brix Andersen <brix@gimp.org>"
  221.     "2003"
  222.     ""
  223. )
  224.  
  225. (script-fu-menu-register "gimp-online-plug-in-web-site"
  226.                          "<Image>/Help/GIMP Online")
  227.